home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts13-05
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: help for VC++ 4.0
- Date: Sat, 30 Mar 96 20:38:39 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4jk659$l58@sam.inforamp.net>
- References: <4jf51p$src@piston.ecp.fr>
- NNTP-Posting-Host: ts13-05.tor.istar.ca
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4jf51p$src@piston.ecp.fr>,
- bouisl7@cti.ecp.fr (Laurent Bouis) wrote:
- >I'm just a beginner at Visual C++ 4.0 and I only own the tutorial
- >book.I would like to know how it is possible to create another group
- >--childframe&document and view associated to it--in addition to the
- >basic one that exists when you create a workspace.
- >I hope my question is clear enough...I need two different documents
- >and windows in my program: how can I do that?
-
- You can use the class wizards (Ctrl-W) and select the add class
- button, select new in the popup menu and answer the dialogs that
- appear. You'll want to add one document, view and childframe.
- When you're finished goto the initinstance method of your app
- class implementation and add a second class template.
- I hope this is enough. If not, ask me for an example and I'll
- bring one home from work on Monday.
-
- Agrivar
-
-
- Agrivar
-
- aka Randy Charles Morin
- MiddleWorld SoftWare
- Canada: 1-800-363-3780
- Other: 905-279-2087
-